Nejuf Rowan

Results 2 issues of Nejuf Rowan

If the image's height is not divisible by the offset, this results in a crash because a script timeout. The reason being that subtracting the offset from a uint(dropY), can...

``` @@ -144,21 +174,13 @@ rb_ldap_entry_get_attributes (VALUE self) VALUE rb_ldap_entry_to_hash (VALUE self) { - VALUE attrs = rb_ldap_entry_get_attributes (self); - VALUE hash = rb_hash_new (); - VALUE attr, vals; -...