commit | 590ba455d694deaf2ec206510cf7f047ac365a96 | [log] [tgz] |
---|---|---|
author | Eric Wong <normalperson@yhbt.net> | Wed Jul 06 07:08:01 2016 +0000 |
committer | Jason A. Donenfeld <Jason@zx2c4.com> | Wed Jul 06 11:29:23 2016 +0200 |
tree | bfea40b66089cba4bd2f2120eb35725aae6b5531 | |
parent | c19d983ed7b86face56e41effea4fffcf9ad1e19 [diff] |
ui-shared: fix segfault when defbranch is NULL Not sure if there's a better fix for this. defbranch is NULL here on my setup when a crawler hit an invalid URL, causing strcmp to segfault. Signed-off-by: Eric Wong <normalperson@yhbt.net>