]> granicus.if.org Git - libevent/commit
test: do not pass NULL to memcmp() in evbuffer_datacmp() helper
authorAzat Khuzhin <azat@libevent.org>
Thu, 25 Jun 2020 06:59:35 +0000 (09:59 +0300)
committerAzat Khuzhin <azat@libevent.org>
Thu, 25 Jun 2020 06:59:35 +0000 (09:59 +0300)
commit6f152befb4523fd2e57c1a937e590f8ff87b7f15
tree89d54f7a9103605d002a860b75808136d556ae1d
parent37dbb3508099d49748453166c1ee9ef1603fcf3a
test: do not pass NULL to memcmp() in evbuffer_datacmp() helper

Fixes:
  runtime error: null pointer passed as argument 2, which is declared to never be null
test/regress_http.c