Files
yzy-15 f437db03dc fix: add borderWidth negative check, restore atomic include, refine overflow return
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>
2026-08-21 16:50:08 +08:00
..
2026-08-18 10:52:02 +08:00
2026-08-19 17:38:19 +08:00
2025-09-05 11:17:59 +08:00
2026-08-20 16:31:51 +08:00
2025-12-09 20:11:14 +08:00
2026-08-18 10:52:02 +08:00
2026-08-20 16:31:50 +08:00
2026-08-20 16:31:50 +08:00
2026-08-18 10:52:02 +08:00
2026-02-03 14:24:18 +08:00
2026-08-18 10:52:02 +08:00
2023-06-14 11:24:42 +08:00
2026-08-04 11:46:55 +08:00