]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* module/dav/main/util.c (dav_check_bufsize): Don't call
authorJoe Orton <jorton@apache.org>
Mon, 17 Feb 2020 17:18:57 +0000 (17:18 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 17 Feb 2020 17:18:57 +0000 (17:18 +0000)
commit7873b26c9843f93c452f864a7960bccc208e6a86
tree38900a25abb50166e43090f1cf10c2597e148fe8
parente788a8e25006e3dfbdaef4fff032dd2ecbc3ec31
* module/dav/main/util.c (dav_check_bufsize): Don't call
  memcpy(,NULL,0) if the buffer is uninitialized, to avoid tripping
  UBSan.  (Unclear if this is valid for this API.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1874144 13f79535-47bb-0310-9956-ffa450edef68
modules/dav/main/util.c