mirror of
https://github.com/openharmony/ability_form_fwk.git
synced 2026-08-24 07:47:15 -04:00
f437db03dc
form_surface_info: add borderWidth < 0 check (0 is valid for no border, negative is invalid). form_render_service_mgr.h: restore #include <atomic> for explicit dependency clarity. form_util.cpp: remove return 0 on ConvertStringToLongLong overflow. strtoll already clamps to LLONG_MAX/LLONG_MIN, returning the clamped value is more informative than 0. Error is still logged. AI[93%] Human Fixed[0%] Human[7%] AI Adopted[100%] Co-authored-by: opencode (glm-5.2) <ai@local> Change-Id: Ifde90d134691f410cd3931cfe3cf5cceba45c01a Signed-off-by: yzy-15 <yuzhiyong6@h-partners.com>