osCommerce / oscommerce2

osCommerce Online Merchant v2.x
http://www.oscommerce.com
MIT License
281 stars 222 forks source link

Missing input field length controll hangs up the core in save action #637

Open Gergely opened 5 years ago

Gergely commented 5 years ago

https://github.com/osCommerce/oscommerce2/blob/de0e97d15d43ac6a9a6cfb2847134a82a0148f2b/catalog/admin/countries.php#L140-L141

<input class="form-control" name="countries_iso_code_2" maxlength="2" size="2">
<input class="form-control" name="countries_iso_code_2" maxlength="3" size="3">