Wed, Feb 08, 2023 at 02:31:51PM CET, [email protected] wrote: >Move string_is_valid() to the header for wider use. > >While at it, rename to string_is_terminated() to be >precise about its semantics.
While at it, you could drop the ternary operator and return memchr() directly. With or without it: Reviewed-by: Jiri Pirko <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
