scrut(1) buffer overflow #40
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There's a buffer overflow in scrut(1); if all possible options are specified once, any additional options will exceed the ops array. See
e246290bff/src/scrut.c (L42)
. This should be a one-line fix, I'm just logging it here so I can get to it later.This wouldn't occur in normal usage but may have security ramifications (you can write any char in options to other places in memory).