search for: sendtolist

Displaying 2 results from an estimated 2 matches for "sendtolist".

2008 Sep 15
2
Passing an array into controller
I am trying to pass and array from an AJAX Javascript function to a controller. The parameter is being read as a single string and not an array. The Javascript function: function sendtolist(formName){ var form = $(formName) var checked = [] checked = form.getInputs("checkbox","plans[]").findAll(function(item) { return item.checked; }).pluck("value"); action="/generate_reports/advanced_plan_summary" window.location.href=action+"?plans[]=&quo...
2003 Sep 17
0
Fwd: [Full-Disclosure] Sendmail 8.12.9 prescan bug (a new one) [CAN-2003-0694]
...t; past end of the input buffer in strtok()-alike routines. > > This is an early release, thanks to my sheer stupidity. > >-------------- >Attack details >-------------- > > Local exploitation on little endian Linux is confirmed to be trivial > via recipient.c and sendtolist(), with a pointer overwrite leading to a > neat case of free() on user-supplied data, i.e.: > > eip = 0x40178ae2 > edx = 0x41414141 > esi = 0x61616161 > > SEGV in chunk_free (ar_ptr=0x4022a160, p=0x81337e0) at malloc.c:3242 > > 0x40178ae2 <chunk_free+486&gt...