summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoravatar <avatar@FreeBSD.org>2005-11-25 19:55:14 +0000
committeravatar <avatar@FreeBSD.org>2005-11-25 19:55:14 +0000
commit664df13033097c85531857a6ce5a1d2865a72655 (patch)
tree918ee7bfb4445b508f4e74f497d433dddc6c2e52 /UPDATING
parent2e5798240b5ba1bccfcf0a9dd0f5372de5c1687b (diff)
downloadFreeBSD-src-664df13033097c85531857a6ce5a1d2865a72655.zip
FreeBSD-src-664df13033097c85531857a6ce5a1d2865a72655.tar.gz
It turns out that set_charset() invokes build_iovec_argf() which modifies
iov address internally through realloc(3). However, since the function parameter wasn't designed to allow the modified iov being passed back to the caller, we ended up feeding iov with several corrupted entries(this depends on how many arguments were pushed into iovec before set_charset()) to nmount(2). This commit fixes this regression introduced in rev1.37 such that mount_msdosfs(8) with code page conversion option(-W,-D) enabled works again. Reviewed by: rodrigc
Diffstat (limited to 'UPDATING')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud