tubalmartin / YUI-CSS-compressor-PHP-port

A PHP port of the YUI CSS compressor.
230 stars 34 forks source link

Fix infinite while-loop bug when minifying CSS with unclosed body block #59

Closed brandonkelly closed 4 years ago

brandonkelly commented 4 years ago

This PR fixes #58 by checking if $blockEndPos is false, and if so, throwing an InvalidArgumentException.

brandonkelly commented 4 years ago

Just realized another proposed fix already exists for this bug (#49), so will close this.