zelivans

Results 11 issues of zelivans

Fixes https://github.com/mikel/mail/issues/1269 The `normalize_datetime` method causes a `RangeError` crash when `DateTime.parse` fails to parse a date too big. This fixes this issue naively by using the original string when a...

When I use `console.log` in the developer console (F12 on Chrome), the text is logged into my snippet. Can it be fixed so that `console.log` logs to the correct scope...

Any special characters, such as the arrows on leave or login of a user or when joining a server, are displayed as a block (aka "lego block character"). See example...

Whenever I run cryptocat with `npm run dev` I can't attach files or receive files. With the packed version it works. The problem happens both with Linux and Windows 7....

The third bug found by fuzzing rdoc markdown, similar to https://github.com/ruby/rdoc/issues/654. ## Raw crash ``` /shared/rdoc/lib/rdoc/markdown.rb:802:in `block in parse': undefined method `parts' for nil:NilClass (NoMethodError) from /shared/rdoc/lib/rdoc/markdown.rb:797:in `each' from /shared/rdoc/lib/rdoc/markdown.rb:797:in...

This bug is similar to https://github.com/ruby/rdoc/issues/654, but the context is different and the bug itself is in another method. ## Raw crash ``` /shared/rdoc/lib/rdoc/markdown.rb:15451:in `_InlineNote': undefined method `length' for nil:NilClass...

Hi, I've been testing rdoc with a Ruby fuzzing tool ([kisaten](https://github.com/zelivans/kisaten)) and found a few bugs. So far I only caught bugs in `markdown.rb`, this is the first one. I...

Bug found by fuzzing rubyzip. In the `#read_central_directory_entries` method, `@cdir_offset` can be nil resulting in the call to `io.seek` raising an unhandled `TypeError` exception. It appears `@cdir_offset` is set in...

Bug found by fuzzing rubyzip. When creating an `ExtraField` from a binary string, in the `#merge` method there is no check for the `binstr` length, resulting in either `id` or...

Bug found by fuzzing rubyzip. In the `#name_is_directory?` method the `@name` variable is used to check if the entry is a directory. This results in an unhandled `NoMethodError` when `@name`...