[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Fix segfault in 'svnauthz' (missing command table sentinel)

From: Evgeny Kotkov <evgeny.kotkov_at_visualsvn.com>
Date: Fri, 18 Jan 2013 20:57:28 +0400

Hi,

This patch is a follow-up to r1428209. It adds the command table sentinel
for 'svnauthz' tool (tools/server-side/svnauthz.c).

The absense of this sentinel can result in undefined behavior (most likely
segfault), e.g., during a "svnauthz help" call — we're iterating over the
commands until we find NULL.

Thanks and regards,
Evgeny Kotkov

Received on 2013-01-18 17:58:21 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.