chris-website/source/nl/netsoj/chris/blog/model
Chris Josten 1d0d1a54b1 Fix crash caused by lastIndexOf returning negative numbers
The ArticleParser would crash when a negative number was returned by
lastIndexOf, since it was casted to an unsigned integer. This unsigned
integer then was used to allocate memory, which would allocate way to
much memory, causing a MemoryException and crashing the process.
2021-10-13 14:07:27 +02:00
..
article.d Fix crash caused by lastIndexOf returning negative numbers 2021-10-13 14:07:27 +02:00
page.d Fix crash caused by lastIndexOf returning negative numbers 2021-10-13 14:07:27 +02:00
project.d Refractor code 2021-06-22 01:37:51 +02:00