]> git.lizzy.rs Git - rust.git/commit
rustdoc: Prevent a segfault when using markdown
authorAlex Crichton <alex@alexcrichton.com>
Sat, 24 May 2014 02:32:18 +0000 (19:32 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sun, 25 May 2014 08:18:11 +0000 (01:18 -0700)
commita96067077a7536f80e131deaf3355c30ba8f3bff
treed143bd14b17486e80e08eaf058f7823145ea97df
parent316ef79dc2726a688373f86c5201d14db32684d9
rustdoc: Prevent a segfault when using markdown

The field passed from markdown could sometimes be null, and it wasn't properly
handled.
src/librustdoc/html/markdown.rs