Mercurial > hg
comparison mercurial/win32.py @ 49317:709e5f7eec1f
windows: prevent bytes from being passed to registry APIs
There was a TortoiseHg bug report in this area[1], and from inspection, it looks
like passing `b""` as `valname` would fail to convert to unicode. The
underlying API allows both `""` and `NULL` to return the default value for the
key.
[1] https://foss.heptapod.net/mercurial/tortoisehg/thg/-/issues/5803
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Mon, 13 Jun 2022 11:06:33 -0400 |
parents | 53e9422a9b45 |
children | a9faacdc5943 |
comparison
equal
deleted
inserted
replaced
49316:ce50d95cfa57 | 49317:709e5f7eec1f |
---|