]> git.puffer.fish Git - mirror/frr.git/commit
lib: add a backtrace when stream bounds check fails 6754/head
authorMark Stapp <mjs@voltanet.io>
Thu, 16 Jul 2020 15:05:01 +0000 (11:05 -0400)
committerMark Stapp <mjs@voltanet.io>
Mon, 20 Jul 2020 11:31:49 +0000 (07:31 -0400)
commit3211b92b8fb7387d6c52e30ae2bbd4fda628a3e2
tree335e2e8b9bbe89a39bc1c1bd226f0746b5fa5d30
parent67ce4ba19b00eaa542d12c17c5da0652238a8049
lib: add a backtrace when stream bounds check fails

Add a backtrace call when the stream code detects a bounds error,
to help with debugging.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
lib/stream.c